home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global currentproject
- if the mouseV > 531 then
- set the locH of sprite 21 to -50
- go("menu")
- else
- case rollOver() of
- 0:
- set the member of sprite 102 to "arrowback"
- set the member of sprite 103 to "arrowfwd"
- 100:
- set the member of sprite 102 to "arrowback"
- set the member of sprite 103 to "arrowfwd"
- 15:
- set the member of sprite 102 to "arrowback"
- set the member of sprite 103 to "arrowfwd"
- 19:
- set the member of sprite 102 to "arrowback"
- set the member of sprite 103 to "arrowfwd"
- 20:
- set the member of sprite 102 to "arrowback"
- set the member of sprite 103 to "arrowfwd"
- 25:
- set the member of sprite 102 to "arrowback"
- set the member of sprite 103 to "arrowfwd"
- 102:
- set the member of sprite 102 to "arrowbackinv"
- set the member of sprite 103 to "arrowfwd"
- 103:
- set the member of sprite 103 to "arrowfwdinv"
- set the member of sprite 102 to "arrowback"
- end case
- set the member of sprite 105 to line currentproject of field "project"
- end if
- go(the frame)
- end
-